A. Adds HTTP Headers to output stream
B. Adds Tag to rendered Page
C. Add Headers to the web site
D. None of the above
Advertisement
Related Mcqs:
- Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
- A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above...
- Whats is the significance of Response.ClearHeaders( ) ?
- A. Clears all the section value from rendered HTML File B. Clears the content of the Rendered page C. Clears all Headers from the buffer stream D. None of the above...
- Difference between Response.Write() and Response.Output.Write() ?
- A. Response.Output.Write() allows you to write formatted output B. Response.Output.Write() allows you to stream output C. Response.Output.Write() allows you to buffer output D. Response.Output.Write() allows you to flush output...
- Whats the significance of Request.MapPath( ) ?
- A. Maps the specified absolute path to virtual path B. Maps the specified virtual path to a physical path C. All of the above D. None of the above...
- Explain the significance of Server .MapPath ?
- A. Returns the Virtual Path of the web folder B. Maps the specified virtual path to Physical path C. Returns the physical file path that corresponds to virtual specified path D. All of the above...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- What is the lifespan for items stored in viewstate______________?
- A. 10 mins B. 20 mins C. 2 mins D. Exists for the Life of the current page...
- Which of the following denote the property in every validation control ?
- A. ControlToValidate property B. Text property C. Both A and B D. None of these...
- Select the output of the statement ?
- A. Transfers all the form data to test.aspx with HTTP headers B. Transfers all the form data to test.aspx with out HTTP headers C. Calls post method on test.aspx D. None of the above...
- What is a diffgram ?
- A. Finds the difference in two objects B. Finds the difference in two files C. The one which renders the dataset object contents to XML D. None of the above...
Advertisement